home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global path, gBookmarkDir, gPathDel
- set gBookmarkDir to the moviePath
- set gPathDel to ":"
- set path to findpath()
- if path = EMPTY then
- alert("Yad Vashem CD not found in drive")
- quit()
- end if
- add(the searchPath, path & "yadvashem")
- go(1, "opening")
- end
-